home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / LUNA.MS_ / luna.mst / TEXTFILE / NORMALMETALLIC_INI (.txt) < prev    next >
Encoding:
Null Bytes Alternating  |  2003-03-24  |  129.1 KB  |  2,495 lines

  1. ;------------------------------------------
  2. ; file: metallic\default.ini
  3. ;------------------------------------------
  4.  
  5.  
  6. ;--------- Globals -------------------------
  7. [globals]
  8. ; global edge colors (redefined in various parts) 
  9. EdgeLightColor      = 241 239 226
  10. EdgeHighLightColor  = 255 255 255
  11. EdgeShadowColor     = 172 168 153
  12. EdgeDkShadowColor   = 113 111 100 
  13. EdgeFillColor       = 236 233 216
  14.  
  15. ;--------- system metrics -------------------------------
  16. [SysMetrics]
  17. ;The system metric colors also effect non-themed controls.
  18.  
  19. ScrollbarWidth = 17
  20. ScrollbarHeight = 17
  21.  
  22. Window = 255 255 255
  23. MenuBar = 224 226 235
  24. Menu = 255 255 255
  25. Background = 88 87 104
  26. Btnface = 224 223 227
  27. Highlight = 178 180 191
  28.  
  29. ActiveCaption = 192 192 192
  30. CaptionText = 14 16 16 
  31. InactiveCaption = 255 255 255
  32. InactiveCaptionText = 162 161 161
  33. GradientActiveCaption = 200 200 200
  34. GradientInactiveCaption = 238 239 247
  35. HighlightText = 0 0 0
  36. MenuHilight = 187 183 199
  37. Hottracking = 100 139 203
  38. BtnShadow = 157 157 161
  39. GrayText = 172 168 153
  40. BtnHighlight = 255 255 255
  41. DkShadow3d = 113 111 100
  42. Light3d = 241 239 226
  43.  
  44.  
  45. ;---- don't remove these fonts (must specify to be localizable) ----
  46. CaptionFont = Trebuchet MS, 10, bold
  47. CaptionBarHeight = 25
  48. SmallCaptionFont = Tahoma, 8, bold
  49. SMCaptionBarHeight = 17
  50. SMCaptionBarWidth = 17
  51. MenuFont = Tahoma, 8
  52. StatusFont = Tahoma, 8
  53. MsgBoxFont = Tahoma, 8
  54. IconTitleFont = Tahoma, 8
  55.  
  56.  
  57. ;The FlatMenus option allows the author to turn of the 3d border on menus
  58. FlatMenus = true
  59.  
  60. ;This may allow authors to specify a theme matching stylesheet for Webviews, etc.
  61. CssName = cpwebvw.css
  62.  
  63. ;This may allow authors to specify a theme matching XML file.
  64. XmlName = default.xml
  65.  
  66. ; this theme designed for 15-bit color and higher
  67. MinColorDepth = 15
  68.  
  69. ;---------- buttons ---------------------------------
  70. ;Overall button class
  71. [button]
  72.  
  73. ;Normal button
  74. [button.pushbutton]
  75. bgtype = imagefile
  76. SizingMargins = 8, 8, 9, 9
  77. sizingType = Stretch
  78. ContentMargins = 3, 3, 3, 3 
  79. ImageFile = Metallic\button.bmp
  80. imageCount = 5
  81. ImageLayout = vertical
  82. TextColor = 0 0 0
  83. FillColorHint = 240 241 245; Average fill color (light beige)
  84. BorderColorHint = 0 60 116; Edge color (dark blue grey)
  85. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  86. MinSize= 10, 5
  87.  
  88. ;Makes text for button grey for the disabled state
  89. [button.pushbutton(disabled)]
  90. TextColor = 161 161 146
  91.  
  92. ;Color hint for default state
  93. [button.pushbutton(defaulted)]
  94. AccentColorHint = 240 241 245; Default state hilite color (light grey)
  95.  
  96.  
  97. ;Checkboxes
  98. [button.checkbox]
  99. bgtype = imagefile
  100. imagelayout=vertical
  101. sizingType = TrueSize
  102. SizingMargins = 0, 0, 0, 0
  103. ContentMargins = 0, 0, 0, 0
  104. imageCount = 12
  105. MirrorImage = false
  106. FillColorHint = 33 161 33; Checkmark color (green)
  107. BorderColorHint = 119 119 92; Edge color (dark grey)
  108. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  109.  
  110.  
  111. ;----- Multiple control sizes for different video adapter resolution settings ----
  112. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  113. TrueSizeScalingType = Dpi
  114. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  115. UniformSizing   = true  ; if you must stretch, do width & height equally
  116. ImageFile1=Metallic\CheckBox13.bmp
  117. ImageFile2=Metallic\CheckBox16.bmp
  118. ImageFile3=Metallic\CheckBox25.bmp
  119. MinDpi1=96
  120. MinDpi2=118
  121. MinDpi3=185
  122.  
  123. ;Checkboxes can be disabled in various states, so each of the following entries sets the text
  124. ;to grey for the corresponding states.
  125. [button.checkbox(checkeddisabled)]
  126. TextColor = 161 161 146
  127.  
  128. [button.checkbox(uncheckeddisabled)]
  129. TextColor = 161 161 146
  130.  
  131. [button.checkbox(mixeddisabled)]
  132. TextColor = 161 161 146
  133.  
  134. ;Radio buttons
  135. [button.radiobutton]
  136. bgtype = imagefile
  137. imagelayout=vertical
  138. transparent=true
  139. sizingType = TrueSize
  140. SizingMargins = 0, 0, 0, 0
  141. ContentMargins = 0, 0, 0, 0
  142. imageCount = 8
  143. FillColorHint = 33 161 33; Selection dot color (green)
  144. BorderColorHint = 119 119 92; Edge color (dark grey)
  145. AccentColorHint = 250 196 88; Rollover hilite color (orange)
  146.  
  147.  
  148. ;----- Multiple control sizes for different video adapter resolution settings ----
  149. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  150. TrueSizeScalingType = Dpi
  151. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  152. UniformSizing   = true  ; if you must stretch, do width & height equally
  153. ImageFile1=Metallic\RadioButton13.bmp
  154. ImageFile2=Metallic\RadioButton16.bmp
  155. ImageFile3=Metallic\RadioButton25.bmp
  156. MinDpi1=96
  157. MinDpi2=118
  158. MinDpi3=185
  159.  
  160. ;Radio buttons can be disabled in various states, so each of the following entries sets the text
  161. ;to grey for the corresponding states.
  162. [button.radiobutton(checkeddisabled)]
  163. TextColor = 161 161 146
  164.  
  165. [button.radiobutton(uncheckeddisabled)]
  166. TextColor = 161 161 146
  167.  
  168. ;The line enclosing a group of controls
  169. [button.groupbox]
  170. TextColor = 0 70 213
  171. bgtype = imagefile
  172. SizingMargins = 4, 4, 4, 4
  173. sizingType = Tile
  174. ImageFile = Metallic\GroupBox.bmp
  175. ;BorderOnly means that the area inside the sizing margins is not drawn (so it won't
  176. ;draw on top of the controls it surrounds)
  177. borderOnly = true
  178. transparent = true
  179. BorderColorHint = 119 119 92; Dark grey color
  180. NormalSize = 9999, 9999   ; never source size a groupbox (from IE)
  181.  
  182.  
  183. ;----------- combobox --------------------------------
  184. ;Dropdown controls
  185. [Combobox]
  186. ; Globals for the entire control
  187. BgType  = BorderFill
  188. BorderSize  = 1
  189. FillColor   = 255 255 255 
  190. BorderColor = 127 157 185
  191.  
  192. [Combobox(Hot)]
  193. ; Globals when the mouse is over the control
  194. BorderColor = 127 157 185
  195.  
  196.  
  197. [Combobox(Disabled)]
  198. ; Globals when the control is disabled
  199. BorderColor = 201 199 186
  200. FillColor   = 245 244 234
  201.  
  202. ;The down pointing triangle button
  203. [Combobox.DropDownButton]
  204. BgType  = imagefile
  205. imagelayout = vertical
  206. SizingType  = Stretch
  207. ImageFile = Metallic\ComboButton.bmp
  208. SizingMargins = 3, 3, 3, 3
  209. ContentMargins = 0, 0, 0, 0
  210. ImageCount  = 4
  211. GlyphType   = ImageGlyph
  212. GlyphImageFile = Metallic\ComboButtonGlyph.bmp
  213. GlyphTransparent= true
  214. FillColorHint = 240 241 245; Average fill color (light grey)
  215. BorderColorHint = 255 255 255; Edge color (white)
  216.  
  217.  
  218. ;----------- edit --------------------------------
  219. [edit]
  220. BgType  = BorderFill
  221. BorderSize  = 1
  222. FillColor   = 255 255 255 
  223. BorderColor = 165 172 178 
  224.  
  225. [edit.edittext(Disabled)]
  226. FillColor   = 235 235 228
  227. TextColor   = 161 161 146
  228.  
  229. [edit.edittext(ReadOnly)]
  230. FillColor   = 235 235 228
  231. TextColor   = 0 0 0
  232.  
  233. ;----------- listbox --------------------------------
  234. [Listbox]
  235. BgType  = BorderFill
  236. BorderSize  = 1
  237. FillColor   = 255 255 255 
  238. BorderColor = 127 157 185 
  239.  
  240.  
  241. ;--------- Scrollbar -------------------------
  242. [ScrollBar]
  243.  
  244. ;The buttons, both horizontal and vertical in one strip
  245. ; Scrollbar Arrow Buttons
  246. [ScrollBar.ArrowBtn]
  247. BgType  = ImageFile
  248. SizingMargins = 5, 5, 5, 5
  249. ContentMargins = 0, 0, 3, 3
  250. SizingType = Stretch
  251. ImageFile = Metallic\ScrollArrows.bmp
  252. ImageCount = 16
  253. ImageLayout = Vertical
  254. GlyphType   = ImageGlyph
  255. GlyphTransparent= True
  256. FillColorHint = 240 241 245; Average fill color (light grey)
  257. BorderColorHint = 255 255 255; Edge color (white)
  258.  
  259.  
  260.  
  261. ;----- the two sizes of scrollbar arrow glyphs ----
  262. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  263. TrueSizeScalingType = size
  264. SourceShrink = True
  265. TrueSizeStretchMark = 150; start stretching when target exceeds source size by 150%
  266. UniformSizing   = true; if you must stretch, do width & height equally
  267. ImageFile1  = Metallic\ScrollArrowGlyphsSmall.bmp
  268. ImageFile2  = Metallic\ScrollArrowGlyphs.bmp
  269. MinSize1  = 7, 7
  270. MinSize2  = 9, 9 
  271. NormalSize = 7, 10
  272.  
  273. ; Scrollbar Thumb (horizontal)
  274. [Scrollbar.ThumbBtnHorz]
  275. BgType  = ImageFile
  276. SizingMargins = 5, 5, 5, 5
  277. ContentMargins = 4, 4, 0, 0
  278. ImageFile = Metallic\ScrollThumbHorizontal.bmp
  279. ImageCount  = 4
  280. ImageLayout = Vertical
  281. FillColorHint = 240 241 245; Average fill color (light grey)
  282. BorderColorHint = 255 255 255; Edge color (white)
  283.  
  284.  
  285.  
  286. ;A visual element in the middle of the scrollbar thumb
  287. [Scrollbar.GripperHorz]
  288. BgType  = ImageFile
  289. SizingType  = TrueSize
  290. ImageFile = Metallic\ScrollThumbGripperHorizontal.BMP
  291. imagelayout = vertical
  292. Transparent = True
  293. ImageCount  = 4
  294.  
  295. ; Scrollbar Thumb (vertical)
  296. [Scrollbar.ThumbBtnVert]
  297. BgType  = ImageFile
  298. SizingMargins = 5, 5, 5, 5
  299. ContentMargins = 0, 0, 4, 4
  300. ImageFile = Metallic\ScrollThumbVertical.bmp
  301. ImageCount  = 4
  302. ImageLayout = vertical
  303. FillColorHint = 240 241 245; Average fill color (light grey)
  304. BorderColorHint = 255 255 255; Edge color (white)
  305.  
  306.  
  307. ;A visual element in the middle of the scrollbar thumb
  308. [Scrollbar.GripperVert]
  309. BgType  = ImageFile
  310. SizingType  = TrueSize
  311. ImageFile = Metallic\ScrollThumbGripperVertical.BMP
  312. ImageCount  = 4
  313. Transparent = True
  314. ImageLayout = Vertical
  315.  
  316.  
  317. ; Scrollbar Tracks (horizontal)
  318. [Scrollbar.LowerTrackHorz]
  319. BgType  = imagefile
  320. ImageFile = Metallic\ScrollShaftHorizontal.bmp
  321. SizingMargins = 0, 0, 1, 1
  322. ImageCount = 4
  323. ImageLayout = Vertical
  324. FillColorHint = 240 241 245; Average fill color (light grey)
  325.  
  326.  
  327.  
  328. [Scrollbar.UpperTrackHorz]
  329. BgType  = imagefile
  330. ImageFile = Metallic\ScrollShaftHorizontal.bmp
  331. SizingMargins = 0, 0, 1, 1
  332. ImageCount = 4
  333. ImageLayout = Vertical
  334. FillColorHint = 240 241 245; Average fill color (light grey)
  335.  
  336.  
  337.  
  338. ; Scrollbar Tracks (vertical)
  339. [Scrollbar.LowerTrackVert]
  340. BgType  = imagefile
  341. ImageFile = Metallic\ScrollShaftVertical.bmp
  342. SizingMargins = 1, 1, 0, 0
  343. ImageCount = 4
  344. ImageLayout = Vertical
  345. FillColorHint = 240 241 245; Average fill color (light grey)
  346.  
  347.  
  348.  
  349. [Scrollbar.UpperTrackVert]
  350. BgType  = imagefile
  351. ImageFile = Metallic\ScrollShaftVertical.bmp
  352. SizingMargins = 1, 1, 0, 0
  353. ImageCount = 4
  354. ImageLayout = Vertical
  355. FillColorHint = 240 241 245; Average fill color (light grey)
  356.  
  357.  
  358.  
  359. [ScrollBar.SizeBox]
  360. ImageFile = Metallic\ResizeGrip2.bmp
  361. bgtype = imagefile
  362. imageCount = 2
  363. sizingType = trueSize
  364. Transparent = True
  365. TransparentColor = 255 0 0
  366. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  367. VAlign = Bottom
  368.  
  369.  
  370.  
  371. ;----------- spin --------------------------------
  372. ;Spin buttons for incrementing values in a field
  373. [spin]
  374. bgtype = imagefile
  375. sizingType = tile
  376. ImageFile = Metallic\FieldOutlineBlue.bmp
  377. SizingMargins = 2, 2, 2, 2
  378. imageCount = 1
  379.  
  380. [Spin.Up]
  381. bgtype = imagefile
  382. sizingType = stretch
  383. ImageFile = Metallic\SpinButtonBackgroundUp.bmp
  384. SizingMargins = 4, 4, 4, 4
  385. ContentMargins = 0, 0, 0, 0
  386. imageCount = 4
  387. ImageLayout = Vertical
  388. GlyphType   = ImageGlyph
  389. GlyphImageFile = Metallic\SpinUpGlyph.bmp
  390. GlyphTransparent= True
  391. FillColorHint = 240 241 245; Average fill color (light grey)
  392. BorderColorHint = 255 255 255; Edge color (white)
  393.  
  394.  
  395. [Spin.Down]
  396. bgtype = imagefile
  397. sizingType = tile
  398. ImageFile = Metallic\SpinButtonBackgroundDown.bmp
  399. SizingMargins = 4, 4, 4, 4
  400. ContentMargins = 0, 0, 0, 0
  401. imageCount = 4
  402. ImageLayout = Vertical
  403. GlyphType   = ImageGlyph
  404. GlyphImageFile = Metallic\SpinDownGlyph.bmp
  405. GlyphTransparent= True
  406. FillColorHint = 240 241 245; Average fill color (light grey)
  407. BorderColorHint = 255 255 255; Edge color (white)
  408.  
  409.  
  410. [Spin.Uphorz]
  411. bgtype = imagefile
  412. sizingType = stretch
  413. ImageFile = Metallic\SpinButtonBackgroundRight.bmp
  414. SizingMargins = 4, 4, 4, 4
  415. ContentMargins = 0, 0, 0, 0
  416. imageCount = 4
  417. ImageLayout = Vertical
  418. GlyphType   = ImageGlyph
  419. GlyphImageFile = Metallic\SpinRightGlyph.bmp
  420. GlyphTransparent = True
  421. FillColorHint = 240 241 245; Average fill color (light grey)
  422. BorderColorHint = 255 255 255; Edge color (white)
  423.  
  424.  
  425. [Spin.Downhorz]
  426. bgtype = imagefile
  427. sizingType = Stretch
  428. ImageFile = Metallic\SpinButtonBackgroundLeft.bmp
  429. SizingMargins = 4, 4, 4, 4
  430. ContentMargins = 0, 0, 0, 0
  431. imageCount = 4
  432. ImageLayout = Vertical
  433. GlyphType   = ImageGlyph
  434. GlyphImageFile = Metallic\SpinLeftGlyph.bmp
  435. GlyphTransparent = True
  436. FillColorHint = 240 241 245; Average fill color (light grey)
  437. BorderColorHint = 255 255 255; Edge color (white)
  438.  
  439.  
  440. ;----------- rebar --------------------------------
  441. ;Rebar is a container for toolbars
  442.  
  443. [Rebar]
  444. bgtype =imagefile
  445. sizingtype=stretch
  446. ImageFile = Metallic\ToolbarBackground.bmp
  447. sizingmargins= 0, 0, 0, 4
  448. Font                = Tahoma, 8
  449. TextColor           = 127 124 115
  450.  
  451. FillColorHint = 244 245 249; Background color of toolbars (light grey)
  452.  
  453.  
  454. [Rebar.Band]
  455. bgtype = none
  456. ContentMargins    = 2, 0, 0, 0
  457. EdgeShadowColor = 216 210 189
  458.  
  459.  
  460. [Rebar.Gripper]
  461. bgtype = imagefile
  462. SizingMargins   = 2, 1, 4, 2 
  463. ContentMargins    = 2, 1, 0, 0
  464. ImageFile = Metallic\ToolbarGripper.bmp
  465. sizingType     = Tile
  466. Transparent     = true
  467. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  468.  
  469.  
  470. [Rebar.GripperVert]
  471. bgtype = imagefile
  472. SizingMargins = 3, 3, 2, 1
  473. ContentMargins    = 1, 2, 0, 0
  474. ImageFile = Metallic\ToolbarGripperVert.bmp
  475. sizingType = Tile
  476. Transparent = true
  477. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  478.  
  479.  
  480. [Rebar.Chevron]
  481. SizingMargins = 4, 4, 4, 4
  482. ContentMargins = 0, 0, 0, 0
  483. ImageFile = Metallic\ToolbarButtons.bmp
  484. bgtype = imagefile
  485. imagelayout = vertical
  486. imageCount= 6
  487. sizingType= Stretch
  488. Transparent = true
  489. GlyphType   = ImageGlyph
  490. GlyphImageFile = Metallic\Chevron.bmp
  491. GlyphTransparent= true
  492. VAlign = Top
  493. FillColorHint = 0 0 0; Glyph color (black)
  494.  
  495.  
  496. [Rebar.ChevronVert]
  497. SizingMargins = 4, 4, 4, 4
  498. ContentMargins = 0, 0, 0, 0
  499. ImageFile = Metallic\ToolbarButtons.bmp
  500. bgtype = imagefile
  501. imagelayout = vertical
  502. imageCount= 6
  503. sizingType= Stretch
  504. Transparent = true
  505. GlyphType   = ImageGlyph
  506. GlyphImageFile = Metallic\Chevron.bmp
  507. GlyphTransparent= true
  508. VAlign = Top
  509. FillColorHint = 0 0 0; Glyph color (black)
  510.  
  511.  
  512. ;----------- toolbar--------------------------------
  513. ;Button bars and menu bars in some applicatons
  514.  
  515. [Toolbar]
  516. BgType  = Borderfill
  517. Bordersize  = 0
  518. FillColor   = 239 239 237
  519. TextColor   = 0 0 0
  520.  
  521. [Toolbar(Pressed)]
  522. TextColor= 255 255 255
  523.  
  524. [Toolbar.Button]
  525. SizingMargins = 4, 4, 4, 4
  526. ContentMargins = 0, 0, 0, 0
  527. ImageFile = Metallic\ToolbarButtons.bmp
  528. bgtype = imagefile
  529. imagelayout = vertical
  530. imageCount = 6
  531. sizingType = Stretch
  532. Transparent = true
  533. TransparentColor = 255 0 255
  534. FillColorHint = 240 241 245; Average fill color (light grey)
  535. BorderColorHint = 119 119 92; Edge color (dark grey)
  536.  
  537.  
  538. [Toolbar.Separator]
  539. SizingMargins = 5, 2, 2, 1
  540. ImageFile = Metallic\Separator.bmp
  541. bgtype = imagefile
  542. imageCount = 1
  543. sizingType = tile
  544. Transparent = true
  545. TransparentColor = 255 0 0
  546. FillColorHint = 177 183 187; Darker separator color (medium grey)
  547.  
  548.  
  549. [Toolbar.SeparatorVert]
  550. SizingMargins = 2, 1, 5, 1
  551. ImageFile = Metallic\SeparatorVert.bmp
  552. bgtype = imagefile
  553. imageCount = 1
  554. sizingType = tile
  555. Transparent = true
  556. TransparentColor = 255 0 0
  557. FillColorHint = 177 183 187; Darker separator color (medium grey)
  558.  
  559.  
  560.  
  561. [Toolbar.DropdownButton]
  562. SizingMargins = 4, 4, 4, 4
  563. ContentMargins = 0, 0, 0, 0
  564. ImageFile = Metallic\ToolbarButtons.bmp
  565. bgtype = imagefile
  566. imagelayout = vertical
  567. imageCount = 6
  568. sizingType = Stretch
  569. Transparent = true
  570. TransparentColor = 255 0 255
  571. FillColorHint = 240 241 245; Average fill color (light grey)
  572. BorderColorHint = 119 119 92; Edge color (dark grey)
  573.  
  574.  
  575. [Toolbar.SplitButton]
  576. SizingMargins = 4, 2, 4, 4
  577. ImageFile = Metallic\ToolbarButtonsSplit.bmp
  578. bgtype = imagefile
  579. imagelayout = vertical
  580. imageCount = 6
  581. sizingType = Stretch
  582. Transparent = true
  583. TransparentColor = 255 0 255
  584. FillColorHint = 240 241 245; Average fill color (light grey)
  585. BorderColorHint = 119 119 92; Edge color (dark grey)
  586.  
  587.  
  588. [Toolbar.SplitButtonDropdown]
  589. SizingMargins = 2, 4, 4, 4
  590. ImageFile = Metallic\ToolbarButtonsSplitDropdown.bmp
  591. bgtype = imagefile
  592. imagelayout = vertical
  593. imageCount = 6
  594. sizingType = Stretch
  595. Transparent = true
  596. TransparentColor = 255 0 255
  597. GlyphType   = ImageGlyph
  598. GlyphImageFile = Metallic\ToolbarButtonsSplitDropdownGlyph.bmp
  599. GlyphTransparent= true
  600. FillColorHint = 240 241 245; Average fill color (light grey)
  601. BorderColorHint = 119 119 92; Edge color (dark grey)
  602.  
  603.  
  604.  
  605. ;----------- status--------------------------------
  606. ;The area at the bottom of a window containing miscellaneous status info
  607. ;The first is the container for the status sections
  608. [Status]
  609. SizingMargins = 50, 17, 5, 9
  610. ImageFile = Metallic\StatusBackground.bmp
  611. bgtype = imagefile
  612. imageCount = 1
  613. sizingType = Tile
  614. FillColorHint = 177 183 187; Average fill color (grey)
  615.  
  616.  
  617. ;The individual status item backgrounds
  618. [Status.Pane]
  619. SizingMargins = 0, 2, 2, 2
  620. ImageFile = Metallic\StatusPane.bmp
  621. bgtype = imagefile
  622. imageCount = 1
  623. sizingType = Tile
  624. Transparent = True
  625. TransparentColor = 255 0 0 
  626. FillColorHint = 119 119 92; Resize gripper dots (dark grey)
  627.  
  628.  
  629. ;The individual status item backgrounds
  630. [Status.GripperPane]
  631. bgtype = none
  632.  
  633. ;The resize corner
  634. [Status.Gripper]
  635. ContentMargins=0,0,0,0
  636. ImageFile = Metallic\ResizeGrip2.bmp
  637. bgtype = imagefile
  638. imageCount = 2
  639. sizingType = trueSize
  640. Transparent = True
  641. TransparentColor = 255 0 0 
  642. FillColorHint = 119 119 92; Resize gripper dots (dark grey)
  643. VAlign = Bottom
  644.  
  645.  
  646. ;----------- list view --------------------------------
  647. ;Icon, list, details, etc.
  648.  
  649. [ListView]
  650. BgType  = BorderFill
  651. BorderSize  = 1
  652. FillColor   = 255 255 255 
  653. BorderColor = 127 157 185
  654.  
  655.  
  656. ;----------- Tree view --------------------------------
  657.  
  658. [TreeView]
  659. BgType  = BorderFill
  660. BorderSize  = 1
  661. FillColor   = 255 255 255 
  662. BorderColor = 127 157 185
  663.  
  664. [TreeView.Glyph]
  665. bgtype = imagefile
  666. ImageFile = Metallic\treeExpandCollapse.bmp
  667. SizingType = TrueSize
  668. imagecount = 2
  669. imageLayout=vertical
  670.  
  671.  
  672.  
  673. ;----------- header --------------------------------
  674. ;The area at the top of a list, with clickable headers for sort order
  675. [Header]
  676. bgtype = imagefile
  677. SizingMargins = 0, 0, 0, 3
  678. ImageFile = Metallic\ListviewHeaderBackground.bmp
  679. sizingType = tile
  680.  
  681. [Header.HeaderItem]
  682. bgtype = imagefile
  683. SizingMargins = 8, 8, 3, 4
  684. ContentMargins = 3, 0, 0, 0
  685. ImageFile = Metallic\ListViewHeader.bmp
  686. imageCount=5
  687. imageLayout=vertical
  688. sizingType = tile
  689. transparent=true
  690. transparentcolor=255 0 0
  691. FillColorHint = 240 241 245; Average fill color (light grey)
  692. AccentColorHint = 252 194 71; Rollover hilite color (orange)
  693.  
  694.  
  695. ;----------- progress --------------------------------
  696. ;Progress bars
  697. [Progress]
  698. ProgressChunkSize=6
  699. ProgressSpaceSize=2
  700. bgType = borderFill
  701. fillType = Solid
  702. fillColor = 235 235 228
  703. bordersize = 1
  704. borderColor = 235 235 228
  705.  
  706.  
  707. [Progress.Bar]
  708. bgtype = imagefile
  709. ImageFile = Metallic\ProgressTrack.bmp
  710. MinSize=10,10
  711. sizingMargins = 4, 4, 3, 3
  712. SizingType = tile
  713. FillColorHint = 255 255 255; Background color (white)
  714. BorderColorHint = 104 104 104; Edge color (dark grey)
  715.  
  716. NormalSize = 100, 18
  717. SourceShrink = true
  718.  
  719. [Progress.Chunk]
  720. bgtype = imagefile
  721. ImageFile = Metallic\ProgressChunk.bmp
  722. sizingMargins = 0, 0, 6, 5
  723. SizingType = tile
  724.  
  725. [Progress.BarVert]
  726. bgtype = imagefile
  727. ImageFile = Metallic\ProgressTrackVert.bmp
  728. sizingMargins = 3, 3, 4, 4
  729. SizingType = tile
  730. FillColorHint = 255 255 255; Background color (white)
  731. BorderColorHint = 104 104 104; Edge color (dark grey)
  732.  
  733. [Progress.ChunkVert]
  734. bgtype = imagefile
  735. ImageFile = Metallic\ProgressChunkVert.bmp
  736. sizingMargins = 6, 5, 0, 0
  737. SizingType = tile
  738. FillColorHint = 46 211 49; Progress indicator color (green)
  739.  
  740. ;----------- tab --------------------------------
  741. [Tab]
  742. bgType = borderFill
  743. fillType = Solid
  744. fillColor = 224 224 227
  745. bordersize = 0
  746.  
  747.  
  748. ;The whole content area of a tab page
  749. [Tab.Pane]
  750. bgtype = imagefile
  751. ImageFile = Metallic\TabPaneEdge.bmp
  752. sizingMargins = 2, 4, 2, 4
  753. SizingType = stretch
  754. imagecount = 1
  755. FillColorHint = 247 247 249; Light tab background color (very light grey)
  756. BorderColorHint = 145 155 156; Edge color (dark grey)
  757.  
  758.  
  759. [Tab.TabItem]
  760. SizingMargins = 6, 6, 6, 6
  761. ContentMargins = 0, 0, 0, 0
  762. bgtype=imagefile
  763. ImageFile = Metallic\tabItem.bmp
  764. imagecount=5
  765. imagelayout=vertical
  766. FillColorHint = 240 241 245; Tab average color (light grey)
  767. BorderColorHint = 146 146 146; Edge color (grey)
  768. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  769.  
  770.  
  771.  
  772. [Tab.TabItemLeftEdge]
  773. SizingMargins = 6, 6, 6, 6
  774. ContentMargins = 0, 0, 0, 0
  775. bgtype=imagefile
  776. ImageFile = Metallic\tabItemLeft.bmp
  777. imagecount=5
  778. imagelayout=vertical
  779. FillColorHint = 240 241 245; Tab average color (light grey)
  780. BorderColorHint = 240 241 245; Edge color (grey)
  781. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  782.  
  783.  
  784.  
  785. [Tab.TabItemRightEdge]
  786. SizingMargins = 6, 6, 6, 6
  787. ContentMargins = 0, 0, 0, 0
  788. bgtype=imagefile
  789. ImageFile = Metallic\tabItemRight.bmp
  790. imagecount=5
  791. imagelayout=vertical
  792. FillColorHint = 240 241 245; Tab average color (light grey)
  793. BorderColorHint = 240 241 245; Edge color (grey)
  794. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  795.  
  796.  
  797.  
  798. [Tab.TabItemBothEdge]
  799. SizingMargins = 6, 6, 6, 6
  800. ContentMargins = 0, 0, 0, 0
  801. bgtype=imagefile
  802. ImageFile = Metallic\tabItemBoth.bmp
  803. imagecount=5
  804. imagelayout=vertical
  805. FillColorHint = 240 241 245; Tab average color (light grey)
  806. BorderColorHint = 240 241 245; Edge color (grey)
  807. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  808.  
  809.  
  810.  
  811. [Tab.TopTabItem]
  812. SizingMargins = 6, 6, 6, 6
  813. ContentMargins = 0, 0, 0, 0
  814. bgtype=imagefile
  815. ImageFile = Metallic\tabItemTop.bmp
  816. imagecount=5
  817. imagelayout=vertical
  818. FillColorHint = 240 241 245; Tab average color (light grey)
  819. BorderColorHint = 240 241 245; Edge color (grey)
  820. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  821.  
  822.  
  823.  
  824. [Tab.TopTabItemLeftEdge]
  825. SizingMargins = 6, 6, 6, 6
  826. ContentMargins = 0, 0, 0, 0
  827. bgtype=imagefile
  828. ImageFile = Metallic\tabItemTopLeft.bmp
  829. imagecount=5
  830. imagelayout=vertical
  831. FillColorHint = 240 241 245; Tab average color (light grey)
  832. BorderColorHint = 240 241 245; Edge color (grey)
  833. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  834.  
  835.  
  836.  
  837. [Tab.TopTabItemRightEdge]
  838. SizingMargins = 6, 6, 6, 6
  839. ContentMargins = 0, 0, 0, 0
  840. bgtype=imagefile
  841. ImageFile = Metallic\tabItemTopRight.bmp
  842. imagecount=5
  843. imagelayout=vertical
  844. FillColorHint = 240 241 245; Tab average color (light grey)
  845. BorderColorHint = 240 241 245; Edge color (grey)
  846. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  847.  
  848.  
  849.  
  850. [Tab.TopTabItemBothEdge]
  851. SizingMargins = 6, 6, 6, 6
  852. ContentMargins = 0, 0, 0, 0
  853. bgtype=imagefile
  854. ImageFile = Metallic\tabItemTopBoth.bmp
  855. imagecount=5
  856. imagelayout=vertical
  857. FillColorHint = 240 241 245; Tab average color (light grey)
  858. BorderColorHint = 240 241 245; Edge color ( grey)
  859. AccentColorHint = 255 200 60; Rollover hilite color (orange)
  860.  
  861.  
  862.  
  863. [Tab.Body]
  864. bgtype = imagefile
  865. stockImageFile = Metallic\TabBackground.bmp
  866. FillColorHint = 247 247 249; Light tab background color (very light grey)
  867.  
  868. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  869. TrueSizeScalingType = Dpi
  870. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  871. ImageFile1=Metallic\TabBackground.bmp
  872. ImageFile2=Metallic\TabBackground133.bmp
  873. MinDpi1=96
  874. MinDpi2=164
  875.  
  876. ;----------- trackbar --------------------------------
  877. ;Volume sliders, etc.
  878. [TrackBar]
  879. bgType = borderFill
  880. fillType = Solid
  881. fillColor = 235 235 228
  882. bordersize = 1
  883. borderColor = 235 235 228
  884.  
  885. ;The movable part of a horizontal slider (TBS_BOTH style)
  886. [TrackBar.Thumb]
  887. bgtype=imagefile
  888. ImageFile = Metallic\TrackbarHorizontal.bmp
  889. imagecount=5
  890. imagelayout = vertical
  891. SizingMargins = 3, 4, 3, 4
  892. sizingtype = tile
  893. FillColorHint = 240 241 245; Average background color (light grey)
  894. BorderColorHint = 240 241 245; Edge color (grey)
  895. AccentColorHint = 71 196 70; Rollover color (green)
  896.  
  897.  
  898. ;The movable part of a horizontal slider (TBS_TOP style)
  899. [TrackBar.ThumbTop]
  900. bgtype=imagefile
  901. imagecount=5
  902. imagelayout = vertical
  903. transparent=true
  904. sizingtype = truesize
  905. transparentcolor= 242 241 231
  906. FillColorHint = 240 241 245; Average background color (light grey)
  907. BorderColorHint = 240 241 245; Edge color (grey)
  908. AccentColorHint = 71 196 70; Rollover color (green)
  909.  
  910.  
  911.  
  912. ;----- the three sizes ----
  913. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  914. TrueSizeScalingType = Dpi
  915. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  916. UniformSizing   = true  ; if you must stretch, do width & height equally
  917. ImageFile1=Metallic\TrackBarUp13.bmp
  918. ImageFile2=Metallic\TrackBarUp16.bmp
  919. ImageFile3=Metallic\TrackBarUp25.bmp
  920. MinDpi1=96
  921. MinDpi2=118
  922. MinDpi3=185
  923.  
  924.  
  925. ;The movable part of a horizontal slider (TBS_BOTTOM style)
  926. [TrackBar.ThumbBottom]
  927. bgtype=imagefile
  928. imagecount=5
  929. transparent=true
  930. SizingMargins = 3, 6, 6, 10
  931. sizingtype = truesize
  932. transparentcolor= 242 241 231
  933. ImageLayout = vertical
  934. FillColorHint = 240 241 245; Average background color (light grey)
  935. BorderColorHint = 240 241 245; Edge color (grey)
  936. AccentColorHint = 71 196 70; Rollover color (green)
  937.  
  938.  
  939. ;----- the three sizes ----
  940. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  941. TrueSizeScalingType = Dpi
  942. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  943. UniformSizing   = true  ; if you must stretch, do width & height equally
  944. ImageFile1=Metallic\TrackBarDown13.bmp
  945. ImageFile2=Metallic\TrackBarDown16.bmp
  946. ImageFile3=Metallic\TrackBarDown25.bmp
  947. MinDpi1=96
  948. MinDpi2=118
  949. MinDpi3=185
  950.  
  951. ;The movable part of a vertical slider (TBS_BOTH style)
  952. [TrackBar.ThumbVert]
  953. bgtype=imagefile
  954. ImageFile = Metallic\TrackbarVertical.bmp
  955. SizingMargins = 3, 4, 3, 4
  956. sizingtype = tile
  957. imagecount=5
  958. ImageLayout = vertical
  959. FillColorHint = 240 241 245; Average background color (light grey)
  960. BorderColorHint = 240 241 245; Edge color (grey)
  961. AccentColorHint = 71 196 70; Rollover color (green)
  962.  
  963.  
  964. ;The movable part of a vertical slider (TBS_LEFT style)
  965. [TrackBar.ThumbLeft]
  966. bgtype=imagefile
  967. sizingtype = truesize
  968. imagecount=5
  969. transparent=true
  970. transparentcolor= 242 241 231
  971. ImageLayout = vertical
  972. FillColorHint = 240 241 245; Average background color (light grey)
  973. BorderColorHint = 240 241 245; Edge color (grey)
  974. AccentColorHint = 71 196 70; Rollover color (green)
  975.  
  976.  
  977. ;----- the three sizes ----
  978. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  979. TrueSizeScalingType = Dpi
  980. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  981. UniformSizing   = true  ; if you must stretch, do width & height equally
  982. ImageFile1=Metallic\TrackBarLeft13.bmp
  983. ImageFile2=Metallic\TrackBarLeft16.bmp
  984. ImageFile3=Metallic\TrackBarLeft25.bmp
  985. MinDpi1=96
  986. MinDpi2=118
  987. MinDpi3=185
  988.  
  989. ;The movable part of a vertical slider (TBS_RIGHT style)
  990. [TrackBar.ThumbRight]
  991. bgtype=imagefile
  992. ImageFile = Metallic\TrackbarRight13.bmp
  993. sizingtype = truesize
  994. imagecount=5
  995. transparent=true
  996. transparentcolor= 242 241 231
  997. ImageLayout = vertical
  998. FillColorHint = 240 241 245; Average background color (light grey)
  999. BorderColorHint = 240 241 245; Edge color (grey)
  1000. AccentColorHint = 71 196 70; Rollover color (green)
  1001.  
  1002.  
  1003.  
  1004. ;----- the three sizes ----
  1005. ImageSelectType = Dpi   ; choose src image by DPI of target DC (vs. theme DPI)
  1006. TrueSizeScalingType = Dpi
  1007. TrueSizeStretchMark = 50; start stretching when target exceeds source size by 50%
  1008. UniformSizing   = true  ; if you must stretch, do width & height equally
  1009. ImageFile1=Metallic\TrackBarRight13.bmp
  1010. ImageFile2=Metallic\TrackBarRight16.bmp
  1011. ImageFile3=Metallic\TrackBarRight25.bmp
  1012. MinDpi1=96
  1013. MinDpi2=118
  1014. MinDpi3=185
  1015.  
  1016. ;The track along which a slidermoves
  1017. [TrackBar.Track]
  1018. bgtype=imagefile
  1019. ImageFile = Metallic\sliderTrack.bmp
  1020. imagecount=1
  1021. sizingtype = stretch
  1022. SizingMargins = 2, 2, 2, 2
  1023. FillColorHint = 240 241 245; Average background color (light grey)
  1024. BorderColorHint = 240 241 245; Average background color (grey)
  1025.  
  1026.  
  1027. ;The vertical track along which a slider moves
  1028. [TrackBar.TrackVert]
  1029. bgtype=imagefile
  1030. ImageFile = Metallic\sliderTrack.bmp
  1031. imagecount=1
  1032. sizingtype = stretch
  1033. SizingMargins = 2, 2, 2, 2
  1034. FillColorHint = 240 241 245; Average background color (light grey)
  1035. BorderColorHint = 119 119 92; Edge color (dark grey)
  1036.  
  1037.  
  1038. ;Set the color of the tickmarks drawn for the slider
  1039. [TrackBar.Tics]
  1040. color=161 161 146
  1041.  
  1042. ;Set the color of the tickmarks drawn for the vertical slider
  1043. [TrackBar.TicsVert]
  1044. color=161 161 146
  1045.  
  1046.  
  1047.  
  1048.  
  1049. ;----------- tooltip --------------------------------
  1050. ;Set the color or image background for tooltips
  1051. [Tooltip.Close]
  1052. BgType = ImageFile
  1053. ImageFile = Metallic\BalloonClose.bmp
  1054. imagecount=3
  1055. sizingtype = truesize
  1056. Imagelayout = vertical
  1057.  
  1058.  
  1059.  
  1060. ;-------------- Windows ------------------------
  1061. [Window]
  1062. BgType = ImageFile
  1063. Transparent = true
  1064. TextShadowOffset = 1,1
  1065. TextShadowColor = 199 194 209
  1066.  
  1067. [Window.Caption]
  1068. ImageFile = Metallic\Framecaption.bmp
  1069. SizingMargins = 28, 35, 9, 17
  1070. ContentMargins = 1, 1, 1, 1
  1071. CaptionMargins = 4, 3, 0, 0
  1072. SizingType = stretch
  1073. Imagelayout = vertical
  1074. ImageCount=2
  1075. Transparent = True
  1076. FillColorHint = 164 163 190; Average background color (strong grey)
  1077.  
  1078.  
  1079. [Window.Caption(active)]
  1080. TextShadowType = Single
  1081.  
  1082. [Window.CaptionSizingTemplate]
  1083. ImageFile = Metallic\FrameCaptionSizing.bmp
  1084. SizingMargins = 28, 35, 9, 17
  1085. ContentMargins = 18, 18, 26, 0
  1086. SizingType = tile
  1087. Imagelayout = vertical
  1088. ImageCount=2
  1089. Transparent = True
  1090. TransparentColor = 0 0 0
  1091.  
  1092. [Window.SmallCaption]
  1093. ImageFile = Metallic\SmallFrameCaption.bmp
  1094. SizingMargins = 24, 37, 3, 15
  1095. ContentMargins = 1, 1, 1, 1
  1096. SizingType = tile
  1097. Imagelayout = vertical
  1098. ImageCount=2
  1099. FillColorHint = 164 163 190; Average background color (strong grey)
  1100.  
  1101.  
  1102. [Window.SmallCaptionSizingTemplate]
  1103. ImageFile = Metallic\SmallFrameCaptionSizing.bmp
  1104. SizingMargins = 24, 37, 9, 8
  1105. ContentMargins = 14, 14, 16, 0
  1106. SizingType = tile
  1107. Imagelayout = vertical
  1108. ImageCount=2
  1109. Transparent = True
  1110. TransparentColor = 0 0 0
  1111.  
  1112. ;The representation of a minimized window in and MDI application
  1113. [Window.MinCaption]
  1114. ImageFile = Metallic\FrameCaptionMin.bmp
  1115. ImageCount = 2
  1116. ImageLayout = vertical
  1117. SizingType = stretch
  1118. SizingMargins = 23, 26, 12, 8
  1119. ContentMargins = 3, 3, 0, 3
  1120. CaptionMargins = 4, 3, 0, 0
  1121. FillColorHint = 164 163 190; Average background color (strong grey)
  1122.  
  1123.  
  1124. ;Shows as a strip at the top of a window when an application is maximized, rather than as a frame
  1125. ;surrounding the window
  1126. [Window.MaxCaption]
  1127. ImageFile = Metallic\FrameMaximized.bmp
  1128. SizingMargins = 28, 35, 9, 17
  1129. ContentMargins = 1, 1, 1, 1
  1130. SizingType = stretch
  1131. SizingType = Tile
  1132. Imagelayout = vertical
  1133. ImageCount=2
  1134. CaptionMargins = 10, 3, 4, 2
  1135. ContentAlignment = left
  1136. FillColorHint = 164 163 190; Average background color (strong grey)
  1137.  
  1138.  
  1139. [Window.MaxCaption(Active)]
  1140. TextShadowType = Single
  1141.  
  1142. [Window.FrameLeft]
  1143. ImageFile = Metallic\frameLeft.bmp
  1144. SizingMargins = 1, 1, 0, 0
  1145. SizingType = stretch
  1146. ImageLayout = vertical
  1147. ImageCount = 2
  1148. Transparent = FALSE
  1149. Borderonly = FALSE
  1150.  
  1151. [Window.FrameRight]
  1152. ImageFile = Metallic\frameRight.bmp
  1153. SizingMargins = 1, 1, 0, 0
  1154. ;ContentMargins = 1, 3, 0, 3
  1155. SizingType = stretch
  1156. ImageLayout = vertical
  1157. ImageCount = 2
  1158. Transparent = FALSE
  1159. Borderonly = FALSE
  1160.  
  1161. [Window.FrameBottom]
  1162. ImageFile = Metallic\frameBottom.bmp
  1163. SizingMargins = 5, 5, 1, 2
  1164. SizingType = stretch
  1165. ImageLayout = vertical
  1166. ImageCount = 2
  1167. Transparent = FALSE
  1168. Borderonly = FALSE
  1169.  
  1170. [Window.SmallFrameLeft]
  1171. ImageFile = Metallic\frameLeft.bmp
  1172. SizingMargins = 1, 2, 0, 0
  1173. SizingType = stretch
  1174. ImageLayout = vertical
  1175. ImageCount = 2
  1176. Transparent = FALSE
  1177. Borderonly = FALSE
  1178.  
  1179. [Window.SmallFrameRight]
  1180. ImageFile = Metallic\frameRight.bmp
  1181. SizingMargins = 1, 2, 0, 0
  1182. SizingType = stretch
  1183. ImageLayout = vertical
  1184. ImageCount = 2
  1185. Transparent = FALSE
  1186. Borderonly = FALSE
  1187.  
  1188. [Window.SmallFrameBottom]
  1189. ImageFile = Metallic\frameBottom.bmp
  1190. SizingMargins = 5, 5, 1, 2
  1191. SizingType = stretch
  1192. ImageLayout = vertical
  1193. ImageCount = 2
  1194. Transparent = FALSE
  1195. Borderonly = FALSE
  1196.  
  1197. ;Background for dialog boxes
  1198.  
  1199. [Window.dialog]
  1200. bgType = BorderFill
  1201. FillColor = 255 0 0
  1202. BorderColor = 255 233 216
  1203.  
  1204.  
  1205. ;Close button in Window titlebar
  1206. [Window.CloseButton]
  1207. BgType = ImageFile
  1208. SizingMargins = 5, 5, 5, 5
  1209. ContentMargins = 2, 2, 2, 2
  1210. sizingType = Stretch
  1211. ImageFile = Metallic\CloseButton.bmp
  1212. GlyphType   = ImageGlyph
  1213. GlyphTransparent = True
  1214. ImageCount = 8
  1215. ImageLayout = Vertical
  1216. OffsetType = TopRight
  1217. Offset = -25, 5
  1218. FillColorHint = 228 93 61; Close box average color (brick red)
  1219. BorderColorHint = 255 255 255; Edge color (white)
  1220.  
  1221.  
  1222. ;----- glyphs ----
  1223. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1224. UniformSizing   = true  ; if you must stretch, do width & height equally
  1225. ImageFile1=metallic\CloseGlyph6.bmp
  1226. ImageFile2=metallic\CloseGlyph9.bmp
  1227. ImageFile3=metallic\CloseGlyph.bmp
  1228. ImageFile4=metallic\CloseGlyph19.bmp
  1229. ImageFile5=metallic\CloseGlyph23.bmp
  1230. MinDpi1=96
  1231. MinDpi2=126
  1232. MinDpi3=170
  1233.  
  1234.  
  1235.  
  1236. ;Maximize button in window titlebar
  1237. [Window.MaxButton]
  1238. BgType = ImageFile
  1239. SizingMargins = 5, 5, 5, 5
  1240. ContentMargins = 2, 2, 2, 2
  1241. sizingType = Stretch
  1242. ImageFile = Metallic\CaptionButton.bmp
  1243. GlyphType   = ImageGlyph
  1244. GlyphTransparent = True
  1245. ImageCount = 8
  1246. ImageLayout=Vertical
  1247. OffsetType = TopRight
  1248. Offset = -49, 5
  1249. FillColorHint = 177 183 187; Titlebar button color (grey)
  1250. BorderColorHint = 255 255 255; Edge color (white)
  1251.  
  1252.  
  1253. ;----- glyphs ----
  1254. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1255. UniformSizing   = true  ; if you must stretch, do width & height equally
  1256. ImageFile1=metallic\MaximizeGlyph6.bmp
  1257. ImageFile2=metallic\MaximizeGlyph9.bmp
  1258. ImageFile3=metallic\MaximizeGlyph.bmp
  1259. ImageFile4=metallic\MaximizeGlyph19.bmp
  1260. ImageFile5=metallic\MaximizeGlyph23.bmp
  1261. MinDpi1=96
  1262. MinDpi2=126
  1263. MinDpi3=170
  1264.  
  1265. ;Restore button in window titlebar
  1266. [Window.RestoreButton]
  1267. BgType = ImageFile
  1268. SizingMargins = 5, 5, 5, 5
  1269. ContentMargins = 2, 2, 2, 2
  1270. sizingType = Stretch
  1271. ImageFile = Metallic\CaptionButton.bmp
  1272. GlyphType   = ImageGlyph
  1273. GlyphTransparent = True
  1274. ImageCount = 8
  1275. ImageLayout=Vertical
  1276. OffsetType = TopRight
  1277. Offset = -49, 5
  1278. FillColorHint = 177 183 187; Titlebar button color (grey)
  1279. BorderColorHint = 255 255 255; Edge color (white)
  1280.  
  1281.  
  1282. ;----- glyphs ----
  1283. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1284. UniformSizing   = true  ; if you must stretch, do width & height equally
  1285. ImageFile1=metallic\RestoreGlyph6.bmp
  1286. ImageFile2=metallic\RestoreGlyph9.bmp
  1287. ImageFile3=metallic\RestoreGlyph.bmp
  1288. ImageFile4=metallic\RestoreGlyph19.bmp
  1289. ImageFile5=metallic\RestoreGlyph23.bmp
  1290. MinDpi1=96
  1291. MinDpi2=126
  1292. MinDpi3=170
  1293.  
  1294. ;Minimize button in window titlebar
  1295. [Window.MinButton]
  1296. BgType = ImageFile
  1297. SizingMargins = 5, 5, 5, 5
  1298. ContentMargins = 2, 2, 2, 2
  1299. sizingType = Stretch
  1300. ImageFile = Metallic\CaptionButton.bmp
  1301. GlyphType   = ImageGlyph
  1302. GlyphTransparent = True
  1303. ImageCount = 8
  1304. ImageLayout=Vertical
  1305. OffsetType = TopRight
  1306. Offset = -73, 5
  1307. FillColorHint = 177 183 187; Titlebar button color (grey)
  1308. BorderColorHint = 255 255 255; Edge color (white)
  1309.  
  1310.  
  1311. ;----- glyphs ----
  1312. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1313. UniformSizing   = true  ; if you must stretch, do width & height equally
  1314. ImageFile1=metallic\MinimizeGlyph6.bmp
  1315. ImageFile2=metallic\MinimizeGlyph9.bmp
  1316. ImageFile3=metallic\MinimizeGlyph.bmp
  1317. ImageFile4=metallic\MinimizeGlyph19.bmp
  1318. ImageFile5=metallic\MinimizeGlyph23.bmp
  1319. MinDpi1=96
  1320. MinDpi2=126
  1321. MinDpi3=170
  1322.  
  1323.  
  1324. ;Help button in window titlebar--normally only appears on dialog windows
  1325. [Window.HelpButton]
  1326. BgType = ImageFile
  1327. SizingMargins = 5, 5, 5, 5
  1328. ContentMargins = 2, 2, 2, 2
  1329. sizingType = Stretch
  1330. ImageFile = Metallic\CaptionButton.bmp
  1331. GlyphType   = ImageGlyph
  1332. GlyphTransparent = True
  1333. ImageCount = 8
  1334. ImageLayout=Vertical
  1335. OffsetType = TopRight
  1336. Offset = -73, 5
  1337. MirrorImage = true  ; don't remove this (must specify to be localizable)
  1338. FillColorHint = 177 183 187; Titlebar button color (grey)
  1339. BorderColorHint = 255 255 255; Edge color (white)
  1340.  
  1341.  
  1342. ;----- glyphs ----
  1343. ImageSelectType = size   ; choose src image by DPI of target DC (vs. theme DPI)
  1344. UniformSizing   = true  ; if you must stretch, do width & height equally
  1345. ImageFile1=metallic\HelpGlyph6.bmp
  1346. ImageFile2=metallic\HelpGlyph9.bmp
  1347. ImageFile3=metallic\HelpGlyph.bmp
  1348. ImageFile4=metallic\HelpGlyph19.bmp
  1349. ImageFile5=metallic\HelpGlyph23.bmp
  1350. MinDpi1=96
  1351. MinDpi2=126
  1352. MinDpi3=170
  1353.  
  1354.  
  1355. ;The Titlebar icon, next to the window title
  1356. [Window.SysButton]
  1357. OffsetType = TopLeft
  1358. Offset = 10, 3
  1359.  
  1360. ;Close button for palette windows
  1361. [Window.SmallCloseButton]
  1362. BgType = ImageFile
  1363. SizingMargins = 5, 5, 5, 5
  1364. ContentMargins = 0, 0, 0, 0
  1365. sizingType = Stretch
  1366. ImageFile = Metallic\SmallCloseButton.bmp
  1367. GlyphType   = ImageGlyph
  1368. GlyphImageFile = Metallic\SmallCloseGlyph.bmp
  1369. GlyphTransparent = True
  1370. ImageCount = 8
  1371. ImageLayout = Vertical
  1372. OffsetType = TopRight
  1373. Offset = -16, 3
  1374. FillColorHint = 228 93 61; Close box average color (brick red)
  1375. BorderColorHint = 255 255 255; Edge color (white)
  1376.  
  1377.  
  1378. ;Close button for a maximized MDI window
  1379. [Window.MDICloseButton]
  1380. BgType = ImageFile
  1381. sizingType = stretch
  1382. ImageFile = Metallic\MDICaptionButton.bmp
  1383. ImageCount=4
  1384. ImageLayout = Vertical
  1385. SizingMargins = 4, 4, 4, 4
  1386. ContentMargins = 0, 0, 0, 0
  1387. OffsetType = TopRight
  1388. Offset = -19, 1
  1389. GlyphType   = ImageGlyph
  1390. GlyphImageFile = Metallic\MDIGlyphClose.bmp
  1391. GlyphTransparent= true
  1392. FillColorHint = 240 241 245; Average background color (light grey)
  1393. BorderColorHint = 255 255 255; Edge color (white)
  1394.  
  1395.  
  1396. ;Restore button for a maximized MDI window
  1397. [Window.MDIRestoreButton]
  1398. BgType = ImageFile
  1399. sizingType = stretch
  1400. ImageFile = Metallic\MDICaptionButton.bmp
  1401. ImageCount=4
  1402. ImageLayout = Vertical
  1403. SizingMargins = 4, 4, 4, 4
  1404. ContentMargins = 0, 0, 0, 0
  1405. OffsetType = TopRight
  1406. Offset = -37, 1
  1407. GlyphType   = ImageGlyph
  1408. GlyphImageFile = Metallic\MDIGlyphRestore.bmp
  1409. GlyphTransparent= true
  1410. FillColorHint = 240 241 245; Average background color (light grey)
  1411. BorderColorHint = 255 255 255; Edge color (white)
  1412.  
  1413.  
  1414.  
  1415. ;Minimize button for a maximized MDI window
  1416. [Window.MDIMinButton]
  1417. BgType = ImageFile
  1418. sizingType = stretch
  1419. ImageFile = Metallic\MDICaptionButton.bmp
  1420. ImageCount=4
  1421. ImageLayout = Vertical
  1422. SizingMargins = 4, 4, 4, 4
  1423. ContentMargins = 0, 0, 0, 0
  1424. OffsetType = TopRight
  1425. Offset = -53, 1
  1426. GlyphType   = ImageGlyph
  1427. GlyphImageFile = Metallic\MDIGlyphMinimize.bmp
  1428. GlyphTransparent= true
  1429. FillColorHint = 240 241 245; Average background color (light grey)
  1430. BorderColorHint = 255 255 255; Edge color (white)
  1431.  
  1432.  
  1433. ;-------------- Start Panel -------------------
  1434. [StartPanel]
  1435. bgtype = none
  1436. DefaultPaneSize = 0, 0, 380, 440
  1437.  
  1438. [StartPanel.UserPane]
  1439. UserPicture         = True
  1440. ImageLayout         = Horizontal
  1441. TextColor           = 255 255 255
  1442. Font                = Franklin Gothic Medium, 14
  1443. DefaultPaneSize     = 0, 0, 380, 64
  1444. BgType              = Imagefile
  1445. Transparent         = True
  1446. ImageFile = Metallic\StartUserPanel.bmp
  1447. Imagecount          = 1
  1448. SizingMargins       = 59, 60, 62, 0
  1449. sizingType          = Stretch
  1450. TEXTSHADOWOFFSET= 2, 2
  1451. textshadowcolor     = 31 34 38
  1452. TextShadowType      = continuous
  1453. FillColorHint = 206 206 219; Average background (grey)
  1454.  
  1455.  
  1456.  
  1457. [StartPanel.UserPicture]
  1458. BgType = ImageFile
  1459. ImageFile = Metallic\UserTileBackground.bmp
  1460. Imagecount = 1
  1461. SizingType = Stretch
  1462. SizingMargins = 6, 10, 6, 10
  1463. ContentMargins = 8, 6, 8, 6
  1464. Transparent = true
  1465. FillColorHint = 240 241 245; Average Background (light grey)
  1466.  
  1467.  
  1468.  
  1469. [StartPanel.ProgList]
  1470. DefaultPaneSize = 0, 0, 190, 306
  1471. ContentMargins  = 6 4 9 5
  1472. TextColor   = 55 55 56 
  1473. HotTracking = 48 112 208
  1474. CaptionText = 128 128 128
  1475. BgType  = ImageFile
  1476. SizingType  = Stretch
  1477. SizingMargins   = 2, 153, 3, 0
  1478. sizingType = Stretch
  1479. ImageFile = Metallic\StartPanelMFUBackground.bmp
  1480. imagecount  = 1
  1481. FillColorHint = 240 241 245; Average Background (light grey)
  1482.  
  1483.  
  1484. [StartPanel.ProgListSeparator]
  1485. BgType = ImageFile
  1486. SizingType = TrueSize
  1487. ImageFile = Metallic\StartProgramsSeparator.bmp
  1488.  
  1489. [StartPanel.MorePrograms]
  1490. DefaultPaneSize = 0, 0, 190, 30
  1491. TextColor           = 55 55 56
  1492. HotTracking         = 48 112 208
  1493. Font                = Tahoma, 8, Bold
  1494. BgType              = ImageFile
  1495. SizingType          = Stretch
  1496. SizingMargins       = 3, 0, 0, 1
  1497.  
  1498. ;  left and right contentmargins should match proglist
  1499. ContentMargins  = 8, 8, 0, 6
  1500. ImageFile = Metallic\StartPanelMoreProgBackGround.BMP
  1501. imagecount  = 1
  1502. sizingType = Stretch
  1503.  
  1504. [StartPanel.MoreProgramsArrow]
  1505. BgType  = ImageFile
  1506. SizingType  = TrueSize
  1507. ImageFile = Metallic\StartPanelMoreProgArrow.bmp
  1508. ImageCount  = 1
  1509. FillColorHint = 108 207 108; Average color (green)
  1510.  
  1511.  
  1512. [StartPanel.MoreProgramsArrow(hot)]
  1513. BgType  = ImageFile
  1514. SizingType  = TrueSize
  1515. ImageFile = Metallic\StartPanelMoreProgArrowHot.bmp
  1516. ImageCount  = 1
  1517. FillColorHint = 107 239 107; Average color (bright green)
  1518.  
  1519.  
  1520. [StartPanel.PlacesList]
  1521. DefaultPaneSize = 0, 0, 190, 336
  1522. ContentMargins  = 4 6 9 5
  1523. TextColor           = 10 36 106
  1524. HotTracking         = 80 150 248
  1525. BgType              = imageFile
  1526. ImageFile = Metallic\StartPanelPlacesBackground.bmp
  1527. imagecount = 1
  1528. SizingMargins = 172, 7, 3, 1
  1529. sizingType = Stretch
  1530. FillColorHint = 240 241 245; Background color (light grey)
  1531.  
  1532.  
  1533. [StartPanel.PlacesListSeparator]
  1534. BgType = ImageFile
  1535. SizingType = TrueSize
  1536. ImageFile = Metallic\StartPlacesSeparator.bmp
  1537.  
  1538. [StartPanel.Logoff]
  1539. ContentMargins =  0, 0, 4, 2
  1540. DefaultPaneSize = 0, 0, 380, 40
  1541. TextColor   = 0 0 0
  1542. HotTracking = 255 255 255
  1543. bgType = imagefile
  1544. ImageFile = Metallic\StartPanelLogoffBackground.bmp
  1545. imagecount = 1
  1546. sizingMargins = 49, 47, 0, 38
  1547. sizingType = Stretch
  1548. FillColorHint = 177 183 187; Background color (grey)
  1549.  
  1550.  
  1551. ;; note that if you want transparent LogoffButtons they MUST be 32 bit
  1552. ;; images with an alphachanel, not 8 or 24 bit images with a TransparentColor
  1553. [StartPanel.LogoffButtons]
  1554. BgType  = ImageFile
  1555. Transparent = True
  1556. SizingType  = TrueSize
  1557. ImageFile = Metallic\StartPanelLogoffButtons.bmp
  1558. ImageCount  = 1
  1559.  
  1560. [StartPanel.LogoffButtons(hot)]
  1561. BgType  = ImageFile
  1562. Transparent = True
  1563. SizingType  = TrueSize
  1564. ImageFile = Metallic\StartPanelLogoffButtonsHot.bmp
  1565. ImageCount  = 1
  1566.  
  1567.  
  1568. ;-------------- Taskbar specific --------------
  1569. [Start::Button]
  1570. BgType  = ImageFile
  1571. SizingType  = Stretch
  1572. SizingMargins   = 6, 52, 13, 14
  1573. ContentMargins  = 10, 24, 2, 4
  1574. ImageFile = Metallic\StartButton.bmp
  1575. ImageCount  = 3
  1576. ImageLayout = Vertical
  1577. Transparent = True
  1578. Font= Franklin Gothic Medium, 14, italic
  1579. TextColor   = 255 255 255 
  1580. TEXTSHADOWOFFSET= 2, 2
  1581. textshadowcolor = 69 76 16
  1582. TextShadowType  = continuous
  1583. FillColorHint = 74 153 73; Average color (green)
  1584.  
  1585.  
  1586. [StartMenu::MenuBand]
  1587. TextColor   = 0 0 0
  1588.  
  1589. [StartMenu::MenuBand(Hot)]
  1590. TextColor   = 255 255 255
  1591.  
  1592. [StartMenu::MenuBand.NewAppButton]
  1593. BgType  = ImageFile
  1594. SizingType  = Stretch
  1595. SizingMargins   = 6, 1, 0, 0
  1596. ContentMargins  = 10, 0, 3, 0
  1597. ImageFile = Metallic\StartGroupNewAppButton.bmp
  1598. ImageCount  = 1
  1599. Transparent    = True
  1600. TransparentColor= 255 0 0
  1601. FillcolorHint = 254 234 182; Background newly installed app color (light orange)
  1602.  
  1603.  
  1604. [StartMenu::MenuBand.Seperator]
  1605. BgType  = ImageFile
  1606. SizingType  = Stretch
  1607. SizingMargins   = 6, 1, 3, 0
  1608. ContentMargins  = 10, 0, 3, 0
  1609. ImageFile = Metallic\StartGroupSeperator.bmp
  1610. ImageCount  = 1
  1611. Transparent    = True
  1612. TransparentColor= 255 0 0
  1613. FillColorHint = 211 211 200; Separator color (grey)
  1614.  
  1615.  
  1616. [StartMenu::Toolbar]
  1617. BgType  = ImageFile
  1618. ImageFile = Metallic\StartGroupBackground.bmp
  1619. SizingType    = Stretch
  1620. SizingMargins    = 6, 5, 3, 4
  1621. ContentMargins    = 0, 0, 0, 0
  1622. Font= Tahoma, 8
  1623. TextColor   = 0 0 0
  1624. FillColorHint = 255 255 255; Background of More Programs menu (white)
  1625. AccentColorHint = 240 241 245; Left edge of More Programs menu (grey)
  1626.  
  1627.  
  1628.  
  1629. [StartMenu::Toolbar(Hot)]
  1630. TextColor   = 255 255 255
  1631.  
  1632. [StartMenu::Toolbar.Button]
  1633. BgType  = ImageFile
  1634. SizingType  = Stretch
  1635. SizingMargins   = 6, 1, 0, 0
  1636. ContentMargins  = 10, 0, 3, 0
  1637. ImageFile = Metallic\StartGroupToolbarButton.bmp
  1638. ImageCount  = 3
  1639. ImageLayout    = vertical
  1640. Transparent    = True
  1641. TransparentColor= 255 0 0
  1642. FillColorHint = 177 83 187; Rollover of item on More Programs menu (grey)
  1643.  
  1644.  
  1645. [TaskBar::Toolbar]
  1646. BgType  = None
  1647. Font= Tahoma, 8
  1648. TextColor   = 0 0 0
  1649.  
  1650. [TaskBar::Toolbar.Button]
  1651. BgType  = ImageFile
  1652. SizingType  = Stretch
  1653. SizingMargins   = 4, 4, 16, 8
  1654. ContentMargins  = 0, 0, 4, 4
  1655. ImageFile = Metallic\TaskBandButtonNoEdge.bmp
  1656. ImageCount  = 6
  1657. ImageLayout = vertical
  1658. Transparent = True
  1659. FillColorHint = 177 183 187; Average background color (grey)
  1660.  
  1661.  
  1662. [TaskBar::Toolbar.DropdownButton]
  1663. BgType  = ImageFile
  1664.  
  1665. SizingType  = Stretch
  1666. SizingMargins   = 4, 4, 16, 8
  1667. ContentMargins  = 2, 0, 4, 4
  1668. ImageFile = Metallic\TaskBandButtonNoEdge.bmp
  1669. ImageCount  = 6
  1670. ImageLayout = vertical
  1671. Transparent = True
  1672. FillColorHint = 177 183 187; Average background color (grey)
  1673.  
  1674.  
  1675. [TaskBarVert::Toolbar]
  1676. BgType  = None
  1677. Font= Tahoma, 8
  1678. TextColor   = 0 0 0
  1679.  
  1680. [TaskBar::Toolbar(checked)]
  1681. TextColor = 255 255 255
  1682.  
  1683. [TaskBar::Toolbar(pressed)]
  1684. TextColor = 255 255 255
  1685.  
  1686. [TaskBar::Toolbar(hotchecked)]
  1687. TextColor = 255 255 255
  1688.  
  1689. [TaskBarVert::Toolbar(checked)]
  1690. TextColor = 255 255 255
  1691.  
  1692. [TaskBarVert::Toolbar(pressed)]
  1693. TextColor = 255 255 255
  1694.  
  1695. [TaskBarVert::Toolbar(hotchecked)]
  1696. TextColor = 255 255 255
  1697.  
  1698. [TaskBarVert::Toolbar.Button]
  1699. BgType  = ImageFile
  1700. SizingType  = Stretch
  1701. SizingMargins   = 4, 4, 15, 3
  1702. ContentMargins  = 1, 1, 1, 1
  1703. ImageFile = Metallic\TaskBandButtonNoEdgeVertical.bmp
  1704. ImageCount  = 6
  1705. ImageLayout = vertical
  1706. Transparent = True
  1707. FillColorHint = 177 183 187; Average background color (grey)
  1708.  
  1709.  
  1710.  
  1711. [TaskBarVert::Toolbar.DropdownButton]
  1712. BgType  = ImageFile
  1713. SizingType  = Stretch
  1714. SizingMargins   = 4, 4, 15, 3
  1715. ContentMargins  = 1, 1, 1, 1
  1716. ImageFile = Metallic\TaskBandButtonNoEdgeVertical.bmp
  1717. ImageCount  = 6
  1718. ImageLayout = vertical
  1719. Transparent = True
  1720. FillColorHint = 177 183 187; ; Average background color (grey)
  1721.  
  1722.  
  1723. [TaskBar::Rebar]
  1724. BgType  = None
  1725. Font= Tahoma, 8
  1726. TextColor   = 0 0 0 
  1727.  
  1728. [TaskBar::Rebar.Band]
  1729. BgType  = None
  1730.  
  1731. [TaskBar::Rebar.Gripper]
  1732. BgType  = ImageFile
  1733. SizingType  = Tile
  1734. SizingMargins   = 0, 0, 6, 4
  1735. ContentMargins  = 2, 1, 0, 0
  1736. ImageFile = Metallic\TaskbarGripper.bmp
  1737. ImageCount  = 1
  1738. Transparent = True
  1739. TransparentColor= 255 0 255
  1740. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  1741.  
  1742.  
  1743. [TaskBar::Rebar.GripperVert]
  1744. BgType  = ImageFile
  1745. SizingType  = Tile
  1746. SizingMargins   = 4, 6, 0, 0
  1747. ContentMargins  = 0, 0, 2, 1
  1748. ImageFile = Metallic\TaskbarGripperVertical.bmp
  1749. ImageCount  = 1
  1750. Transparent = True
  1751. TransparentColor= 255 0 255
  1752. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  1753.  
  1754.  
  1755. [TaskBar::Rebar.Chevron]
  1756. BgType  = ImageFile
  1757. SizingType  = Stretch
  1758. SizingMargins   = 4, 4, 16, 8
  1759. ContentMargins  = 0, 0, 0, 10
  1760. ImageFile = Metallic\TaskBandButtonNoEdge.bmp
  1761. ImageCount  = 6
  1762. ImageLayout = vertical
  1763. Transparent = True
  1764. GlyphType   = ImageGlyph
  1765. GlyphImageFile = Metallic\TaskbarChevron.bmp
  1766. GlyphTransparent= true
  1767. VAlign = Top
  1768. FillColorHint = 255 255 255; Overflow glyph color (white)
  1769.  
  1770.  
  1771. [TaskBar::Rebar.ChevronVert]
  1772. BgType  = ImageFile
  1773. SizingType  = Stretch
  1774. SizingMargins   = 4, 4, 15, 3
  1775. ContentMargins  = 0, 0, 0, 0
  1776. ImageFile = Metallic\TaskBandButtonNoEdgeVertical.bmp
  1777. ImageCount  = 6
  1778. ImageLayout = vertical
  1779. Transparent = True
  1780. GlyphType   = ImageGlyph
  1781. GlyphImageFile = Metallic\TaskbarChevronVert.bmp
  1782. GlyphTransparent= true
  1783. FillColorHint = 255 255 255; Overflow glyph color (white)
  1784.  
  1785. TransparentColor= 255 0 255
  1786.  
  1787. [TaskBar.BackgroundBottom]
  1788. BgType  = ImageFile
  1789. SizingType  = Tile
  1790. SizingMargins   = 0, 0, 17, 12
  1791. ImageFile = Metallic\TaskbarBackground.bmp
  1792. ImageCount  = 1
  1793. FillColorHint = 168 169 191; Average background color (grey)
  1794.  
  1795.  
  1796. [TaskBar.SizingBarBottom]
  1797. BgType  = ImageFile
  1798. SizingType  = Tile
  1799. ImageFile = Metallic\TaskbarSizingBarBottom.bmp
  1800. ImageCount  = 1
  1801. FillColorHint = 166 167 193; Average color (grey)
  1802.  
  1803.  
  1804. [TaskBar.BackgroundLeft]
  1805. BgType  = ImageFile
  1806. SizingType  = Tile
  1807. SizingMargins   = 17, 12, 0, 0
  1808. ImageFile = Metallic\TaskbarBackgroundVertical.bmp
  1809. ImageCount  = 1
  1810. FillColorHint = 177 183 187; Average background color (grey)
  1811.  
  1812.  
  1813. [TaskBar.SizingBarLeft]
  1814. BgType  = ImageFile
  1815. SizingType  = Tile
  1816. ImageFile = Metallic\TaskbarSizingBarLeft.bmp
  1817. ImageCount  = 1
  1818. FillColorHint = 166 167 193; Average color (grey)
  1819.  
  1820.  
  1821. [TaskBar.BackgroundTop]
  1822. BgType  = ImageFile
  1823. SizingType  = Tile
  1824. SizingMargins   = 0, 0, 17, 12
  1825. ImageFile = Metallic\TaskbarBackground.bmp
  1826. ImageCount  = 1
  1827. FillColorHint = 177 183 187; Average background color (grey)
  1828.  
  1829.  
  1830. [TaskBar.SizingBarTop]
  1831. BgType  = ImageFile
  1832. SizingType  = Tile
  1833. ImageFile = Metallic\TaskbarSizingBarTop.bmp
  1834. ImageCount  = 1
  1835. FillColorHint = 166 167 193; Average color (gret)
  1836.  
  1837.  
  1838. [TaskBar.BackgroundRight]
  1839. BgType  = ImageFile
  1840. SizingType  = Tile
  1841. SizingMargins   = 17, 12, 0, 0
  1842. ImageFile = Metallic\TaskbarBackgroundVertical.bmp
  1843. ImageCount  = 1
  1844. FillColorHint = 177 183 187; Average background color (grey)
  1845.  
  1846.  
  1847. [TaskBar.SizingBarRight]
  1848. BgType  = ImageFile
  1849. SizingType  = Stretch
  1850. ImageFile = Metallic\TaskbarSizingBarRight.bmp
  1851. ImageCount  = 1
  1852. FillColorHint = 166 167 193; Average color (grey)
  1853.  
  1854.  
  1855. ;-------------- Taskband specific --------------
  1856. [TaskBand.FlashButton]
  1857. BgType  = ImageFile
  1858. SizingType  = Stretch
  1859. SizingMargins   = 17, 6, 12, 12
  1860. ContentMargins  = 0, 0, 4, 4
  1861. ImageFile = Metallic\TaskBandFlashButton.bmp
  1862. ImageCount  = 1
  1863. ImageLayout = vertical
  1864. Transparent = True
  1865. FillColorHint = 218 219 229; Average background color (grey)
  1866. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1867.  
  1868. TransparentColor= 255 0 255
  1869.  
  1870. [TaskBand.FlashButtonGroupMenu]
  1871. BgType  = ImageFile
  1872. SizingType  = Stretch
  1873. SizingMargins   = 17, 5, 12, 7
  1874. ContentMargins  = 0, 0, 4, 4
  1875. ImageFile = Metallic\TaskBandFlashButtonGroupMenu.bmp
  1876. ImageCount  = 1
  1877. Transparent = True
  1878. FillColorHint = 218 219 229; Average background color (grey)
  1879. AccentColorHint = 255 192 91; Attention hilite color (orange)
  1880. TransparentColor= 255 0 0
  1881.  
  1882. [TaskBand.GroupCount]
  1883. Font= Tahoma, 8, Bold
  1884. TextColor   = 255 116 66
  1885.  
  1886. [TaskBand::Toolbar]
  1887. BgType  = None
  1888. Font= Tahoma, 8
  1889. TextColor   = 64 64 64
  1890.  
  1891. [TaskBand::Toolbar(checked)]
  1892. TextColor = 255 255 255
  1893.  
  1894. [TaskBand::Toolbar(pressed)]
  1895. TextColor = 255 255 255
  1896.  
  1897. [TaskBand::Toolbar(hotchecked)]
  1898. TextColor = 255 255 255
  1899.  
  1900. [TaskBand::Toolbar.Button]
  1901. BgType  = ImageFile
  1902. SizingType  = Stretch
  1903. SizingMargins   = 17, 5, 15, 8
  1904. ContentMargins  = 0, 4, 4, 4
  1905. ImageFile = Metallic\TaskBandButton.bmp
  1906. ImageCount  = 6
  1907. ImageLayout = vertical
  1908. Transparent = True
  1909. FillColorHint = 218 219 229; Average background color (grey)
  1910.  
  1911.  
  1912. [TaskBand::Toolbar.DropdownButton]
  1913. BgType  = ImageFile
  1914. SizingType  = Stretch
  1915. SizingMargins   = 17, 5, 15, 8
  1916. ContentMargins  = 0, 4, 4, 4
  1917. ImageFile = Metallic\TaskBandButton.bmp
  1918. ImageCount  = 6
  1919. ImageLayout = vertical
  1920. Transparent = True
  1921. FillColorHint = 218 219 229; Average background color (grey)
  1922.  
  1923.  
  1924.  
  1925.  
  1926. [TaskBandVert::Toolbar]
  1927. BgType  = None
  1928. Font= Tahoma, 8
  1929. TextColor   = 0 0 0
  1930.  
  1931. [TaskBandVert::Toolbar(checked)]
  1932. TextColor = 255 255 255
  1933.  
  1934. [TaskBandVert::Toolbar(pressed)]
  1935. TextColor = 255 255 255
  1936.  
  1937. [TaskBandVert::Toolbar(hotchecked)]
  1938. TextColor = 255 255 255
  1939.  
  1940. [TaskBandVert::Toolbar.Button]
  1941. BgType  = ImageFile
  1942. SizingType  = Stretch
  1943. SizingMargins   = 16, 7, 12, 6
  1944. ContentMargins  = 0, 4, 4, 4
  1945. ImageFile = Metallic\TaskBandButtonVertical.bmp
  1946. ImageCount  = 6
  1947. ImageLayout = vertical
  1948. Transparent = True
  1949. FillColorHint = 218 219 229; Average background color (grey)
  1950.  
  1951.  
  1952. [TaskBandVert::Toolbar.DropdownButton]
  1953. BgType  = ImageFile
  1954. SizingType  = Stretch
  1955. SizingMargins   = 16, 7, 12, 6
  1956. ContentMargins  = 0, 4, 4, 4
  1957. ImageFile = Metallic\TaskBandButtonVertical.bmp
  1958. ImageCount  = 6
  1959. ImageLayout = vertical
  1960. Transparent = True
  1961. FillColorHint = 218 219 229; Average background color (grey)
  1962.  
  1963.  
  1964. [TaskBand::ScrollBar.ArrowBtn]
  1965. BgType  = ImageFile
  1966. SizingMargins = 5, 5, 5, 5
  1967. ContentMargins = 0, 0, 0, 0
  1968. SizingType = Stretch
  1969. ImageFile = Metallic\TaskbandScrollArrows.bmp
  1970. ImageCount = 16
  1971. ImageLayout = Vertical
  1972. GlyphType   = ImageGlyph
  1973. GlyphImageFile = Metallic\TaskBandScrollArrowGlyphs.bmp
  1974. GlyphTransparent = True
  1975. FillColorHint = 119 119 92; Average background color (dark grey)
  1976.  
  1977.  
  1978.  
  1979. [TaskBand::Scrollbar.ThumbBtnHorz]
  1980. BgType  = ImageFile
  1981. SizingMargins = 5, 5, 5, 5
  1982. ContentMargins = 4, 4, 0, 0
  1983. ImageFile = Metallic\TaskBandScrollThumbHorizontal.bmp
  1984. ImageCount  = 4
  1985. ImageLayout = Vertical
  1986. FillColorHint = 119 119 92; Average background color (dark grey)
  1987.  
  1988.  
  1989. ;A visual element in the middle of the scrollbar thumb
  1990. [TaskBand::Scrollbar.GripperHorz]
  1991. BgType  = ImageFile
  1992. SizingType  = TrueSize
  1993. ImageFile = Metallic\TaskBandScrollThumbGripperHorizontal.BMP
  1994. imagelayout = vertical
  1995. Transparent = True
  1996. ImageCount  = 4
  1997. FillColorHint = 177 183 187; Thumb gripper lighter color (grey)
  1998.  
  1999.  
  2000. ; Scrollbar Thumb (vertical)
  2001. [TaskBand::Scrollbar.ThumbBtnVert]
  2002. BgType  = ImageFile
  2003. SizingMargins = 5, 5, 5, 5
  2004. ContentMargins = 0, 0, 4, 4
  2005. ImageFile = Metallic\TaskBandScrollThumbVertical.bmp
  2006. ImageCount  = 4
  2007. ImageLayout = vertical
  2008. Transparent = True
  2009. TransparentColor= 255 0 255
  2010.  
  2011. ;A visual element in the middle of the scrollbar thumb
  2012. [TaskBand::Scrollbar.GripperVert]
  2013. BgType  = ImageFile
  2014. SizingType  = TrueSize
  2015. ImageFile = Metallic\TaskBandScrollThumbGripperVertical.BMP
  2016. ImageCount  = 4
  2017. Transparent = True
  2018. ImageLayout = Vertical
  2019. FillColorHint = 177 183 187; Thumb gripper lighter color (grey)
  2020.  
  2021.  
  2022.  
  2023. ; Scrollbar Tracks (horizontal)
  2024. [TaskBand::Scrollbar.LowerTrackHorz]
  2025. BgType  = imagefile
  2026. ImageFile = Metallic\TaskBandScrollShaftHorizontal.bmp
  2027. SizingMargins = 0, 0, 1, 1
  2028. ImageCount = 4
  2029. ImageLayout = Vertical
  2030. FillColorHint = 177 183 187; Average background color (grey)
  2031.  
  2032.  
  2033.  
  2034. [TaskBand::Scrollbar.UpperTrackHorz]
  2035. BgType  = imagefile
  2036. ImageFile = Metallic\TaskBandScrollShaftHorizontal.bmp
  2037. SizingMargins = 0, 0, 1, 1
  2038. ImageCount = 4
  2039. ImageLayout = Vertical
  2040. FillColorHint = 240 241 245; Average background color (grey)
  2041.  
  2042.  
  2043.  
  2044. ; Scrollbar Tracks (vertical)
  2045. [TaskBand::Scrollbar.LowerTrackVert]
  2046. BgType  = imagefile
  2047. ImageFile = Metallic\TaskBandScrollShaftVertical.bmp
  2048. SizingMargins = 1, 1, 0, 0
  2049. ImageCount = 4
  2050. ImageLayout = Vertical
  2051. FillColorHint = 240 241 245; Average background color (grey)
  2052.  
  2053.  
  2054.  
  2055. [TaskBand::Scrollbar.UpperTrackVert]
  2056. BgType  = imagefile
  2057. ImageFile = Metallic\TaskBandScrollShaftVertical.bmp
  2058. SizingMargins = 1, 1, 0, 0
  2059. ImageCount = 4
  2060. ImageLayout = Vertical
  2061. FillColorHint = 240 241 245; Average background color (grey)
  2062.  
  2063.  
  2064. ;-------------- Taskband Group Menu specific --------------
  2065. [TaskBandGroupMenu::Toolbar]
  2066. BgType  = ImageFile
  2067. ImageFile = Metallic\TaskBandBackground.bmp
  2068. SizingType    = Tile
  2069. SizingMargins    = 3, 3, 3, 3
  2070. ContentMargins    = 9, 0, 0, 0
  2071. Font= Tahoma, 8
  2072. TextColor   = 0 0 0 
  2073. FillColorHint = 177 183 187; Average background color (grey)
  2074. AccentColorHint = 255 199 60; Menu top hilite color (orange)
  2075.  
  2076.  
  2077.  
  2078. [TaskBandGroupMenu::Toolbar.Button]
  2079. BgType  = ImageFile
  2080. SizingType  = stretch
  2081. SizingMargins   = 3, 3, 0, 0
  2082. ContentMargins  = 9, 0, 3, 3
  2083. ImageFile = Metallic\TaskBandHover.bmp
  2084. ImageCount  = 3
  2085. ImageLayout    = vertical
  2086. Transparent    = True
  2087. TransparentColor= 255 0 0
  2088.  
  2089. ;-------------- Tray Notify specific --------------
  2090. [TrayNotify::Toolbar]
  2091. BgType  = None
  2092.  
  2093. [TrayNotify::Toolbar.Button]
  2094. BgType  = None
  2095.  
  2096. [TrayNotifyHoriz::TrayNotify.Background]
  2097. BgType  = ImageFile
  2098. SizingType  = Stretch
  2099. SizingMargins   = 34, 10, 12, 12
  2100. ContentMargins  = 19, 7, 0, 0
  2101. ImageFile = Metallic\TaskbarTray.bmp
  2102. ImageCount  = 1
  2103. Transparent = True
  2104. TransparentColor= 255 0 0
  2105. FillColorHint = 203 204 218; Average background color (grey)
  2106.  
  2107.  
  2108. [TrayNotifyHoriz::Button]
  2109. BgType  = ImageFile
  2110. SizingType  = TrueSize
  2111. ImageFile = Metallic\TrayChevronHorizontal.bmp
  2112. ImageCount  = 3
  2113. Imagelayout = vertical
  2114. Transparent = True
  2115. TransparentColor= 255 0 255
  2116.  
  2117. [TrayNotifyHorizOpen::Button]
  2118. BgType  = ImageFile
  2119. SizingType  = TrueSize
  2120. ImageFile = Metallic\TrayChevronHorizontalOpen.bmp
  2121. ImageCount  = 3
  2122. Imagelayout = vertical
  2123. Transparent = True
  2124. TransparentColor= 255 0 255
  2125.  
  2126. [TrayNotifyVert::TrayNotify.Background]
  2127. BgType  = ImageFile
  2128. SizingType  = Stretch
  2129. SizingMargins   = 12, 12, 34, 10
  2130. ContentMargins  = 0, 0, 19, 7
  2131. ImageFile = Metallic\TaskbarTrayVertical.bmp
  2132. ImageCount  = 1
  2133. Transparent = True
  2134. TransparentColor= 255 0 0
  2135. FillColorHint = 203 204 218; Average background color (grey)
  2136.  
  2137.  
  2138. [TrayNotifyVert::Button]
  2139. BgType  = ImageFile
  2140. SizingType  = TrueSize
  2141. Transparent = True
  2142. ImageFile = Metallic\TrayChevronHorizontal.bmp
  2143. ImageCount  = 3
  2144. Imagelayout = vertical
  2145. FillColorHint = 203 204 218; Average background color (grey)
  2146.  
  2147.  
  2148. [TrayNotifyVertOpen::Button]
  2149. BgType  = ImageFile
  2150. SizingType  = TrueSize
  2151. Transparent = True
  2152. ImageFile = Metallic\TrayChevronHorizontalOpen.bmp
  2153. ImageCount  = 3
  2154. Imagelayout = vertical
  2155. FillColorHint = 203 204 218; Average background color (grey)
  2156.  
  2157.  
  2158. [TrayNotify::Clock]
  2159. Font= Tahoma, 8
  2160. TextColor   = 0 0 0
  2161.  
  2162. ;-------------- Application-specific ------------------------
  2163.  
  2164.  
  2165. ;----------- places bar --------------------------------
  2166. ;The places toolbar in the fileopen/save dialog.
  2167. [Placesbar::Toolbar]
  2168. SizingMargins = 4, 4, 4, 4
  2169. ContentMargins = 0, 0, 0, 0
  2170. ImageFile = Metallic\PlaceBarBackground.bmp
  2171. bgtype = imagefile
  2172. imageCount = 1
  2173. sizingType = tile
  2174. FillColorHint = 204 241 245; Background color (light grey)
  2175.  
  2176.  
  2177. [Placesbar::Toolbar.Button]
  2178. SizingMargins = 4, 4, 4, 4
  2179. ContentMargins = 0, 0, 4, 2
  2180. ImageFile = Metallic\PlaceBarButtons.bmp
  2181. bgtype = imagefile
  2182. imagelayout = vertical
  2183. imageCount = 6
  2184. sizingType = stretch
  2185. transparent = true
  2186. FillColorHint = 255 255 255; Selected color (white)
  2187. BorderColorHint = 177 183 187; Outline color (grey)
  2188.  
  2189.  
  2190. ;----------- Explorer (IE) bar --------------------------------
  2191. [ExplorerBar]
  2192. BgType  = BorderFill
  2193. FillType= VertGradient
  2194. GradientRatio1  = 0
  2195. GradientColor1  = 196 200 212
  2196. GradientRatio2  = 255
  2197. GradientColor2  = 177 179 200
  2198. BorderSize  = 0
  2199. ContentMargins  = 12, 12, 12, 12
  2200.  
  2201. [ExplorerBar.HeaderBackground]; Not used in IE 6
  2202. BgType  = ImageFile
  2203. SizingType  = Stretch
  2204. ImageFile = Metallic\ExplorerBarHeaderBackground.bmp
  2205. SizingMargins   = 202, 1, 0, 0
  2206. Font= Tahoma, 8, Bold
  2207. TextColor   = 255 255 255
  2208. ContentMargins  = 8, 8, 7, 7
  2209. FillColorHint = 177 183 187; Mid color of gradient (grey)
  2210.  
  2211.  
  2212. [ExplorerBar.HeaderClose]; Not used in IE 6
  2213. BgType  = ImageFile
  2214. SizingType  = TrueSize
  2215. ImageLayout = Vertical
  2216. ImageFile = Metallic\ExplorerBarHeaderClose.bmp
  2217. ImageCount  = 3
  2218. Transparent = true
  2219. OffsetType  = TopRight
  2220. Offset  = -4, 4
  2221. FillColorHint = 138 168 229; Close box normal state (brick red)
  2222. AccentColorHint = 255 121 95; Close box rollover (brick red)
  2223.  
  2224.  
  2225. [ExplorerBar.HeaderPin]; Not used in IE 6
  2226. BgType  = ImageFile
  2227. SizingType  = TrueSize
  2228. ImageLayout = Vertical
  2229. ImageFile = Metallic\ExplorerBarHeaderPin.bmp
  2230. ImageCount  = 6
  2231. Transparent = true
  2232. OffsetType  = TopRight
  2233. Offset  = -6, 4
  2234. FillColorHint = 177 183 187; Average pin color (grey)
  2235.  
  2236.  
  2237. [ExplorerBar.IEBarMenu]; Not used in IE 6
  2238. BgType  = ImageFile
  2239. SizingType  = TrueSize
  2240. ImageLayout = Vertical
  2241. ImageFile = Metallic\IE_PersonalBarMenu.bmp
  2242. ImageCount  = 3
  2243. Transparent = true
  2244. OffsetType  = TopRight
  2245. Offset  = -3, 1
  2246. FillColorHint = 240 241 245; Average button background color (light grey blue)
  2247. BorderColorHint = 177 183 187; Border of button (grey)
  2248.  
  2249.  
  2250. [ExplorerBar.NormalGroupBackground]
  2251. BgType  = ImageFile
  2252. FillColor = 240 241 245
  2253. BorderColor = 255 255 255
  2254. SizingType  = Stretch
  2255. ImageFile = Metallic\NormalGroupBackground.bmp
  2256. SizingMargins   = 3, 3, 3, 3
  2257. Font= Tahoma, 8
  2258. TextColor   = 38 92 192
  2259. ContentMargins  = 8, 8, 7, 7
  2260.  
  2261. [ExplorerBar.NormalGroupCollapse]
  2262. BgType  = ImageFile
  2263. SizingType  = TrueSize
  2264. ImageLayout = Vertical
  2265. ImageFile = Metallic\NormalGroupCollapse.bmp
  2266. ImageCount  = 3
  2267. Transparent = true
  2268. OffsetType  = TopRight
  2269. Offset  = -3, 1
  2270. FillColorHint = 240 241 245; Average button background color (light grey)
  2271. BorderColorHint = 177 183 187; Border of button (grey)
  2272.  
  2273.  
  2274. [ExplorerBar.NormalGroupExpand]
  2275. BgType  = ImageFile
  2276. SizingType  = TrueSize
  2277. ImageLayout = Vertical
  2278. ImageFile = Metallic\NormalGroupExpand.bmp
  2279. ImageCount  = 3
  2280. Transparent = true
  2281. OffsetType  = TopRight
  2282. Offset  = -3, 1
  2283. FillColorHint = 240 241 245; Average button background color (light grey)
  2284. BorderColorHint = 177 183 187; Border of button (grey)
  2285.  
  2286.  
  2287. [ExplorerBar.NormalGroupHead]
  2288.  
  2289. BgType  = ImageFile
  2290. SizingType  = Stretch
  2291. ImageFile = Metallic\NormalGroupHead.bmp
  2292. SizingMargins   = 3, 106, 3, 1
  2293. Transparent = true
  2294. Font= Tahoma, 8, Bold
  2295. TextColor   = 38 92 192
  2296. ContentMargins  = 8, 8, 7, 7
  2297. FillColorHint = 246 246 246; Lighter side of gradient (very light)
  2298.  
  2299.  
  2300. [ExplorerBar.SpecialGroupBackground]
  2301. BgType  = ImageFile
  2302. SizingType  = Stretch
  2303. ImageFile = Metallic\SpecialGroupBackground.bmp
  2304. SizingMargins   = 3, 3, 3, 3
  2305. Font= Tahoma, 8
  2306. TextColor   = 38 92 192
  2307. ContentMargins  = 8, 8, 7, 7
  2308. FillColorHint = 246 246 246; Background color (very light grey)
  2309.  
  2310.  
  2311. [ExplorerBar.SpecialGroupCollapse]
  2312. BgType  = ImageFile
  2313. SizingType  = TrueSize
  2314. ImageLayout = Vertical
  2315. ImageFile = Metallic\SpecialGroupCollapse.bmp
  2316. ImageCount  = 3
  2317. Transparent = true
  2318. OffsetType  = TopRight
  2319. Offset  = -3, 1
  2320. FillColorHint = 119 119 92; Average background color (dark grey)
  2321. BorderColorHint = 119 119 92; Edge color (dark grey)
  2322.  
  2323.  
  2324. [ExplorerBar.SpecialGroupExpand]
  2325. BgType  = ImageFile
  2326. SizingType  = TrueSize
  2327. ImageLayout = Vertical
  2328. ImageFile = Metallic\SpecialGroupExpand.bmp
  2329. ImageCount  = 3
  2330. Transparent = true
  2331. OffsetType  = TopRight
  2332. Offset  = -3, 1
  2333. FillColorHint = 119 119 92; Average background color (dark grey)
  2334. BorderColorHint = 119 119 92; Edge color (dark grey)
  2335.  
  2336.  
  2337.  
  2338. [ExplorerBar.SpecialGroupHead]
  2339. BgType  = ImageFile
  2340. SizingType  = Stretch
  2341. ImageFile = Metallic\SpecialGroupHead.bmp
  2342. SizingMargins   = 3, 106, 3, 1
  2343. Transparent = true
  2344. Font= Tahoma, 8, Bold
  2345. TextColor   = 255 255 255
  2346. FillColor = 119 119 146
  2347. ContentMargins  = 8, 8, 7, 7
  2348.  
  2349.  
  2350. [ExplorerBar::Rebar]; Not used in IE 6
  2351. bgtype  = imagefile
  2352. sizingtype  = stretch
  2353. ImageFile = Metallic\ExplorerBarToolbarBackground.bmp
  2354. sizingmargins   = 0, 0, 0, 4
  2355. Font= Tahoma, 8
  2356. TextColor   = 127 124 115
  2357. FillColorHint = 246 246 246; (very light grey)
  2358.  
  2359.  
  2360. [ExplorerBar::Rebar.Band]; Not used in IE 6
  2361. bgtype  = none
  2362. ContentMargins    = 2, 0, 0, 0
  2363.  
  2364. [ExplorerBar::Rebar.Gripper]; Not used in IE 6
  2365. bgtype = imagefile
  2366. SizingMargins   = 0, 0, 6, 4
  2367. ContentMargins  = 3, 0, 0, 0
  2368. ImageFile = Metallic\Gripper.bmp
  2369. sizingType  = Tile
  2370. Transparent = true
  2371. TransparentColor= 255 0 0
  2372. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  2373.  
  2374.  
  2375. [ExplorerBar::Rebar.GripperVert]; Not used in IE 6
  2376. bgtype  = imagefile
  2377. SizingMargins   = 9, 8, 0, 0
  2378. ImageFile = Metallic\GripperVert.bmp
  2379. sizingType  = Tile
  2380. Transparent = true
  2381. TransparentColor= 255 0 0
  2382. FillColorHint = 119 119 92; Gripper dot color (dark grey)
  2383.  
  2384.  
  2385. [ExplorerBar::Rebar.Chevron]; Not used in IE 6
  2386. SizingMargins   = 4, 4, 4, 4
  2387. ContentMargins  = 0, 0, 0, 0
  2388. ImageFile = Metallic\ExplorerBarToolbarButtons.bmp
  2389. bgtype  = imagefile
  2390. imagelayout = vertical
  2391. imageCount  = 6
  2392. sizingType  = Stretch
  2393. Transparent = true
  2394. GlyphType   = ImageGlyph
  2395. GlyphImageFile = Metallic\Chevron.bmp
  2396. GlyphTransparent= true
  2397. VAlign  = Top
  2398. FillColorHint = 0 0 0; Glyph color (black)
  2399.  
  2400.  
  2401. [ExplorerBar::Rebar.ChevronVert]; Not used in IE 6
  2402. SizingMargins   = 4, 4, 4, 4
  2403. ContentMargins  = 0, 0, 0, 0
  2404. ImageFile = Metallic\ExplorerBarToolbarButtons.bmp
  2405. bgtype  = imagefile
  2406. imagelayout = vertical
  2407. imageCount  = 6
  2408. sizingType  = Stretch
  2409. Transparent = true
  2410. GlyphType   = ImageGlyph
  2411. GlyphImageFile = Metallic\Chevron.bmp
  2412. GlyphTransparent= true
  2413. VAlign  = Top
  2414. FillColorHint = 0 0 0; Glyph color (black)
  2415.  
  2416.  
  2417. [ExplorerBar::Toolbar.Button]; Not used in IE 6
  2418. SizingMargins   = 4, 4, 4, 4
  2419. ContentMargins  = 0, 0, 0, 0
  2420. ImageFile = Metallic\ExplorerBarToolbarButtons.bmp
  2421. bgtype  = imagefile
  2422. imagelayout = vertical
  2423. imageCount  = 6
  2424. sizingType  = Stretch
  2425. Transparent = true
  2426. TransparentColor= 255 0 255
  2427. FillColorHint = 240 241 245; Average fill color (light grey)
  2428. BorderColorHint = 177 183 187; Edge color (blue)
  2429.  
  2430.  
  2431. [ExplorerBar::Toolbar.DropdownButton]; Not used in IE 6
  2432. SizingMargins   = 4, 4, 4, 4
  2433. ContentMargins  = 0, 0, 0, 0
  2434. ImageFile = Metallic\ExplorerBarToolbarButtons.bmp
  2435. bgtype  = imagefile
  2436. imagelayout = vertical
  2437. imageCount  = 6
  2438. sizingType  = Stretch
  2439. Transparent = true
  2440. TransparentColor= 255 0 255
  2441. FillColorHint = 238 243 248; Average fill color (light blue grey)
  2442. BorderColorHint = 177 183 187; Edge color (blue)
  2443.  
  2444.  
  2445. [ExplorerBar::Toolbar.SplitButton]; Not used in IE 6
  2446. SizingMargins   = 4, 2, 4, 4
  2447. ImageFile = Metallic\ExplorerBarToolbarButtonsSplit.bmp
  2448. bgtype  = imagefile
  2449. imagelayout = vertical
  2450. imageCount  = 6
  2451. sizingType  = Stretch
  2452. Transparent = true
  2453. TransparentColor= 255 0 255
  2454. FillColorHint = 240 241 245; Average fill color (light grey)
  2455. BorderColorHint = 177 183 187; Edge color (blue)
  2456.  
  2457.  
  2458. [ExplorerBar::Toolbar.SplitButtonDropdown]; Not used in IE 6
  2459. SizingMargins   = 2, 4, 4, 4
  2460. ImageFile = Metallic\ExplorerBarToolbarButtonsSplitDropdown.bmp
  2461. bgtype  = imagefile
  2462. imagelayout = vertical
  2463. imageCount  = 6
  2464. sizingType  = Stretch
  2465. Transparent = true
  2466. TransparentColor= 255 0 255
  2467. GlyphType   = ImageGlyph
  2468. GlyphImageFile = Metallic\ToolbarButtonsSplitDropdownGlyph.bmp
  2469. GlyphTransparent= true
  2470. FillColorHint = 240 241 245; Average fill color (light grey)
  2471. BorderColorHint = 177 183 187; Edge color (grey)
  2472.  
  2473.  
  2474. [ExplorerBar::Toolbar.Separator]; Not used in IE 6
  2475. SizingMargins   = 5, 2, 2, 1
  2476. ImageFile = Metallic\Separator.bmp
  2477. bgtype  = imagefile
  2478. imageCount  = 1
  2479. sizingType  = tile
  2480. Transparent = true
  2481. TransparentColor= 255 0 0
  2482. FillColorHint = 119 119 92; Separator line color (dark grey)
  2483.  
  2484.  
  2485. [ExplorerBar::Toolbar.SeparatorVert]; Not used in IE 6
  2486. SizingMargins   = 2, 1, 5, 1
  2487. ImageFile = Metallic\SeparatorVert.bmp
  2488. bgtype  = imagefile
  2489. imageCount  = 1
  2490. sizingType  = tile
  2491. Transparent = true
  2492. TransparentColor= 255 0 0
  2493. FillColorHint = 119 119 92; Separator line color (dark grey)
  2494.  
  2495.